home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PASCAL / H406.ZIP / TOTSRC11.ZIP / TOTBUILD.PAS < prev    next >
Pascal/Delphi Source File  |  1993-05-04  |  357b  |  26 lines

  1. Program totBUILD;
  2.  
  3. {an "empty" program for rebuilding the entire Toolkit}
  4.  
  5. Uses totLOOK, 
  6.      totREAL,
  7.      totSYS,
  8.      totINPUT,
  9.      totFAST,
  10.      totWIN,
  11.      totMSG,
  12.      totLINK,
  13.      totLIST,
  14.      totDIR,
  15.      totIO1,
  16.      totIO2,
  17.      totIO3,
  18.      totMENU,
  19.      totSTR,
  20.      totDATE,
  21.      totMISC,
  22.      totKEY;
  23. begin
  24. end.
  25.  
  26.